throws QueryException {
final Item i = it.type.isUntyped() ? new Dtm(it.string(info), info) :
checkType(it, AtomType.DTM);
return adjust((Date) i, zon, d);
}
throws QueryException {
final Item i = it.type.isUntyped() ? new Dtm(it.string(info), info) :
new Dtm((Date) checkType(it, AtomType.DTM));
return adjust((Date) i, zon, d);
}